[llvm-commits] CVS: llvm/lib/System/Win32/Program.inc

Anton Korobeynikov asl at math.spbu.ru
Mon Mar 19 13:19:25 PDT 2007



Changes in directory llvm/lib/System/Win32:

Program.inc updated: 1.22 -> 1.23
---
Log message:

Fix mingw32 build


---
Diffs of the changes:  (+1 -0)

 Program.inc |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/System/Win32/Program.inc
diff -u llvm/lib/System/Win32/Program.inc:1.22 llvm/lib/System/Win32/Program.inc:1.23
--- llvm/lib/System/Win32/Program.inc:1.22	Fri Mar  9 05:53:34 2007
+++ llvm/lib/System/Win32/Program.inc	Mon Mar 19 15:19:08 2007
@@ -100,6 +100,7 @@
 
 #ifdef __MINGW32__
   // Due to unknown reason, mingw32's w32api doesn't have this declaration.
+  extern "C"
   BOOL WINAPI SetInformationJobObject(HANDLE hJob,
                                       JOBOBJECTINFOCLASS JobObjectInfoClass,
                                       LPVOID lpJobObjectInfo,






More information about the llvm-commits mailing list