You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dialup/mwavem/files/mwavem-2.0-fno-common.patch

23 lines
648 B

--- a/src/include/unidiags.h
+++ b/src/include/unidiags.h
@@ -65,7 +65,7 @@ bits Source bits Definition
#define BIT(x) (1<<x)
-UINT shit;
+extern UINT shit;
typedef struct _V34INFO { /* for key 18 */
UINT INFOa_bits4049 :10;
--- a/src/manager/dspsrv.c
+++ b/src/manager/dspsrv.c
@@ -75,7 +75,7 @@ HANDLE hMwThread;
DWORD MwThreadId;
/* @TBD CRITICAL_SECTION MwTerminateSection; */
BOOL MwTerminate = FALSE;
-HANDLE hDrv;
+extern HANDLE hDrv;
HANDLE hMwProcess;
BOOL AllocateHeaps( void );