mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
Moved some win32 files around small fixes to wincodec
Original commit message from CVS: Moved some win32 files around small fixes to wincodec
This commit is contained in:
parent
78514b44f4
commit
a114c20d48
4 changed files with 1487 additions and 3 deletions
|
@ -15,11 +15,11 @@ extern "C" {
|
|||
long RegOpenKeyExA(long key, const char* subkey, long reserved, long access, int* newkey);
|
||||
long RegCloseKey(long key);
|
||||
long RegQueryValueExA(long key, const char* value, int* reserved, int* type, int* data, int* count);
|
||||
long RegCreateKeyExA(long key, const char* name, long reserved,
|
||||
void* classs, long options, long security,
|
||||
long RegCreateKeyExA(long key, const char* name, long reserved,
|
||||
void* classs, long options, long security,
|
||||
void* sec_attr, int* newkey, int* status) ;
|
||||
long RegSetValueExA(long key, const char* name, long v1, long v2, void* data, long size);
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
1483
libs/winloader/win32.c
Normal file
1483
libs/winloader/win32.c
Normal file
File diff suppressed because it is too large
Load diff
1
libs/winloader/win32.h
Normal file
1
libs/winloader/win32.h
Normal file
|
@ -0,0 +1 @@
|
|||
int ext_unknown();
|
Loading…
Reference in a new issue