mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
- Fix atl build
svn path=/branches/cmake-bringup/; revision=50741
This commit is contained in:
parent
fb127d4391
commit
1f4a4e1a5b
2 changed files with 5 additions and 4 deletions
|
@ -17,6 +17,7 @@ list(APPEND SOURCE
|
||||||
registrar.c
|
registrar.c
|
||||||
stubs.c
|
stubs.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/atliface_i.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/atl.def)
|
${CMAKE_CURRENT_BINARY_DIR}/atl.def)
|
||||||
|
|
||||||
add_library(atl SHARED ${SOURCE})
|
add_library(atl SHARED ${SOURCE})
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
1 stdcall -private DllCanUnloadNow()
|
@ stdcall -private DllCanUnloadNow()
|
||||||
2 stdcall -private DllGetClassObject(ptr ptr ptr)
|
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||||
3 stdcall -private DllRegisterServer()
|
@ stdcall -private DllRegisterServer()
|
||||||
4 stdcall -private DllUnregisterServer()
|
@ stdcall -private DllUnregisterServer()
|
||||||
10 stdcall AtlAdvise(ptr ptr ptr ptr)
|
10 stdcall AtlAdvise(ptr ptr ptr ptr)
|
||||||
11 stdcall AtlUnadvise(ptr ptr long)
|
11 stdcall AtlUnadvise(ptr ptr long)
|
||||||
12 stdcall AtlFreeMarshalStream(ptr)
|
12 stdcall AtlFreeMarshalStream(ptr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue