- establish basic Rust project layout. - move all old code into independent directory.
9 lines
173 B
C
9 lines
173 B
C
#if !defined(_YYCDLL_WFASSOC_PRIVATE_H__IMPORTED_)
|
|
#define _YYCDLL_WFASSOC_PRIVATE_H__IMPORTED_
|
|
|
|
typedef struct _WFAPP_RAWDATA {
|
|
uint32_t mVersion;
|
|
|
|
}WFAPP_RAWDATA;
|
|
|
|
#endif |