mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +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
|
||||
stubs.c
|
||||
rsrc.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/atliface_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/atl.def)
|
||||
|
||||
add_library(atl SHARED ${SOURCE})
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
1 stdcall -private DllCanUnloadNow()
|
||||
2 stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
3 stdcall -private DllRegisterServer()
|
||||
4 stdcall -private DllUnregisterServer()
|
||||
@ stdcall -private DllCanUnloadNow()
|
||||
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
10 stdcall AtlAdvise(ptr ptr ptr ptr)
|
||||
11 stdcall AtlUnadvise(ptr ptr long)
|
||||
12 stdcall AtlFreeMarshalStream(ptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue