Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / stdio / getw.c
index 119d4e1..acd5e3c 100644 (file)
@@ -14,9 +14,10 @@ Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA.  */
+Cambridge, MA 02139, USA.
+*/
+#include <msvcrti.h>
 
-#include <msvcrt/stdio.h>
 
 /* Read a word (int) from STREAM.  */
 int _getw(FILE *stream)