fixed misspelled variable in Wacom utility

This commit is contained in:
Mike Erwin
2010-07-17 05:49:41 +00:00
parent f6730216e0
commit 8a138f4ab2

View File

@@ -48,7 +48,7 @@ WTPACKETSGET gpWTPacketsGet = NULL;
// TODO - add more wintab32 function pointers as needed
char* pszProgramName = NULL;
char* gpszProgramName = NULL;
#define GETPROCADDRESS(type, func) \
gp##func = (type)GetProcAddress(ghWintab, #func); \