Add NDEBUG back and call LdrLoadDll correctly on Windows.
[reactos.git] / reactos / lib / kernel32 / misc / stubs.c
index baa76c7..29fba24 100644 (file)
@@ -1633,3 +1633,11 @@ SetClientTimeZoneInformation(
     STUB;
     return 0;
 }
+
+ULONG
+WINAPI
+NlsGetCacheUpdateCount(VOID)
+{
+    STUB;
+    return 0;
+}