- Merge aicom-network-fixes up to r36740
[reactos.git] / reactos / subsystems / win32 / win32k / include / useratom.h
1 #ifndef _WIN32K_USERATOM_H
2 #define _WIN32K_USERATOM_H
3
4 RTL_ATOM FASTCALL
5 IntAddAtom(LPWSTR AtomName);
6 ULONG FASTCALL
7 IntGetAtomName(RTL_ATOM nAtom, LPWSTR lpBuffer, ULONG nSize);
8
9 #endif /* _WIN32K_USERATOM_H */