test libisoburn/libisoburn
This commit is contained in:
parent
42e8c6daa0
commit
c80baa74f5
@ -1,11 +1,10 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <inttypes.h>
|
|
||||||
|
|
||||||
#if __WORDSIZE == 32
|
#if __WORDSIZE == 32
|
||||||
#define _LARGEFILE_SOURCE 1
|
#define _LARGEFILE_SOURCE 1
|
||||||
#define _FILE_OFFSET_BITS 64
|
#define _FILE_OFFSET_BITS 64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <inttypes.h>
|
||||||
#include "xorriso/xorriso.h"
|
#include "xorriso/xorriso.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
14
libisoburn/trunk/releng/codesamples/sample2.cpp
Normal file
14
libisoburn/trunk/releng/codesamples/sample2.cpp
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#if __WORDSIZE == 32
|
||||||
|
#define _LARGEFILE_SOURCE 1
|
||||||
|
#define _FILE_OFFSET_BITS 64
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <inttypes.h>
|
||||||
|
#include <libburn/libburn.h>
|
||||||
|
#include <libisofs/libisofs.h>
|
||||||
|
// #include <libisoburn/libisoburn.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user