]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utils.cpp
Temporary fix for link error to ~wxZipOutputStream()
[wxWidgets.git] / src / os2 / utils.cpp
index 1ee5362ef432108a6173e2d15ae2dd0950d40f01..f29aafc86b204b42f4e658b23a64a4744bc9b190 100644 (file)
@@ -231,6 +231,12 @@ wxMemorySize wxGetFreeMemory()
     return (wxMemorySize)lSize;
 }
 
+// Get Process ID
+unsigned long wxGetProcessId()
+{
+    return (unsigned long)getpid();
+}
+
 // ----------------------------------------------------------------------------
 // env vars
 // ----------------------------------------------------------------------------