diff vidix/sysdep/libdha_win32.c @ 25607:9d0b189ce1b2

Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved for the system, names starting with _ are reserved at file level.
author diego
date Sun, 06 Jan 2008 23:20:15 +0000
parents a9e111b88c4a
children 9ae10ac43d8c
line wrap: on
line diff
--- a/vidix/sysdep/libdha_win32.c	Sun Jan 06 22:03:59 2008 +0000
+++ b/vidix/sysdep/libdha_win32.c	Sun Jan 06 23:20:15 2008 +0000
@@ -13,7 +13,7 @@
   to request services from the MAPDEV VxD.
 */
 
-typedef struct _MapDevRequest
+typedef struct MapDevRequest
 {
 	DWORD	mdr_ServiceID;		/* supplied by caller */
 	LPVOID	mdr_PhysicalAddress;	/* supplied by caller */