From 0cb9638729211ea71a75ae8756c03ba21553bd53 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 27 Jun 1999 14:28:49 +0000 Subject: somewhat untested PERL_OBJECT cleanups (C++isms mostly gone from the public API); PERL_OBJECT builds again on windows TODO: namespace-clean the typedefs in iperlsys.h and elsewhere; remove C++ remnants from public headers p4raw-id: //depot/perl@3553 --- win32/win32iop.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win32/win32iop.h') diff --git a/win32/win32iop.h b/win32/win32iop.h index bcdc304511..e294e73109 100644 --- a/win32/win32iop.h +++ b/win32/win32iop.h @@ -129,6 +129,8 @@ DllExport int win32_uname(struct utsname *n); DllExport int win32_wait(int *status); DllExport int win32_waitpid(int pid, int *status, int flags); DllExport int win32_kill(int pid, int sig); +DllExport unsigned long win32_os_id(void); +DllExport void* win32_dynaload(const char*filename); #if defined(HAVE_DES_FCRYPT) || defined(PERL_OBJECT) DllExport char * win32_crypt(const char *txt, const char *salt); @@ -276,6 +278,7 @@ END_EXTERN_C #define seekdir win32_seekdir #define rewinddir win32_rewinddir #define closedir win32_closedir +#define os_id win32_os_id #ifdef HAVE_DES_FCRYPT #undef crypt -- cgit v1.2.1