Files
reactos/reactos/lib/userenv/precomp.h
Eric Kohl 4d19c5066a - User resource strings instead of constant strings for folder names.
- Add english and german resource strings.

svn path=/trunk/; revision=11228
2004-10-08 11:52:30 +00:00

12 lines
207 B
C

#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <tchar.h>
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <userenv.h>
#include "internal.h"
#include "resources.h"