Missing commit.
[dcpomatic.git] / src / lib / cross.h
index 6956b8efa926e25027db39e354b997346a5dbdcf..c7bb4991c583acd59fdcb8a9b9f5a31eeb43c752 100644 (file)
@@ -48,7 +48,7 @@ extern boost::filesystem::path shared_path ();
 extern FILE * fopen_boost (boost::filesystem::path, std::string);
 extern int dcpomatic_fseek (FILE *, int64_t, int);
 extern void start_batch_converter (boost::filesystem::path dcpomatic);
 extern FILE * fopen_boost (boost::filesystem::path, std::string);
 extern int dcpomatic_fseek (FILE *, int64_t, int);
 extern void start_batch_converter (boost::filesystem::path dcpomatic);
-extern int thread_id ();
+extern uint64_t thread_id ();
 
 /** @class Waker
  *  @brief A class which tries to keep the computer awake on various operating systems.
 
 /** @class Waker
  *  @brief A class which tries to keep the computer awake on various operating systems.