Skip to content

Commit

Permalink
win32|API: Export Str_InitStd()
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jun 20, 2012
1 parent 50055a0 commit e1bc257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/engine/api/doomsday.def
@@ -1,6 +1,6 @@
; Doomsday Engine API (Routines exported from Doomsday.exe).
;
; Highest ordinal is currently: --> 847 <--
; Highest ordinal is currently: --> 848 <--
; Other free ordinals: 57

NAME "DOOMSDAY"
Expand Down Expand Up @@ -242,6 +242,7 @@ EXPORTS
Str_New @461 NONAME
Str_FromAutoStr @844 NONAME
Str_Init @462 NONAME
Str_InitStd @848 NONAME
Str_InitStatic @756 NONAME
Str_Free @463 NONAME
Str_Delete @464 NONAME
Expand Down

0 comments on commit e1bc257

Please sign in to comment.