mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
unbreak wlananpi build by #ifdef'ing struct_C, struct_D and struct_E
svn path=/trunk/; revision=40049
This commit is contained in:
parent
6bd4c18a13
commit
80c1384089
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,7 @@ typedef L2_NOTIFICATION_DATA WLAN_NOTIFICATION_DATA, *PWLAN_NOTIFICATION_DATA;
|
|||
|
||||
/* FIXME */
|
||||
|
||||
#if 0
|
||||
typedef struct struct_C {
|
||||
ULONGLONG elem_1;
|
||||
ULONGLONG elem_2;
|
||||
|
@ -213,6 +214,7 @@ typedef struct struct_E {
|
|||
WCHAR elem_3[256];
|
||||
WCHAR elem_4[1024];
|
||||
} struct_E ;
|
||||
#endif
|
||||
|
||||
/* Functions */
|
||||
#if !defined(__midl) && !defined(__WIDL__)
|
||||
|
|
Loading…
Reference in a new issue