hmm
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@48 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
90ffa94f44
commit
1e9aeb50e6
4 changed files with 35 additions and 29 deletions
|
|
@ -81,6 +81,8 @@ MwLL MwLLCreate(MwLL parent, int x, int y, int width, int height) {
|
|||
}
|
||||
|
||||
void MwLLDestroy(MwLL handle) {
|
||||
MwLLDestroyCommon(handle);
|
||||
|
||||
DestroyWindow(handle->hWnd);
|
||||
|
||||
free(handle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue