You've already forked smb-decomp
mirror of
https://github.com/encounter/smb-decomp.git
synced 2026-03-30 11:38:28 -07:00
11 lines
133 B
C
11 lines
133 B
C
#ifndef _WCHAR_H_
|
|
#define _WCHAR_H_
|
|
|
|
#include <stdio.h>
|
|
|
|
typedef unsigned short wchar_t;
|
|
|
|
int fwide(FILE *stream, int mode);
|
|
|
|
#endif
|