Current News
Archived News
Search News
Discussion Forum


Old Forum
Install Programs More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links




diff --git a/SComp.h b/SComp.h
index 37a8e93..dd5d53f 100644 (file)
--- a/SComp.h
+++ b/SComp.h
@@ -14,6 +14,9 @@
 extern "C" {
 #endif
 
+extern const unsigned int UNSUPPORTED_COMPRESSION;
+extern const unsigned int UNSUPPORTED_DECOMPRESSION;
+
 BOOL WINAPI SCompCompress(LPVOID lpvDestinationMem, LPDWORD lpdwCompressedSize, LPVOID lpvSourceMem, DWORD dwDecompressedSize, DWORD dwCompressionType, DWORD dwCompressionSubType, DWORD dwCompressLevel);
 BOOL WINAPI SCompDecompress(LPVOID lpvDestinationMem, LPDWORD lpdwDecompressedSize, LPVOID lpvSourceMem, DWORD dwCompressedSize);