Ignore:
Timestamp:
12/25/06 23:45:24 (17 years ago)
Author:
r2d
Message:

added tag writing, but TagLib::FileRef::save() make all crash and I'm too lazy to debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • winamp-musepack/trunk/winamp-musepack/in_mpc.cpp

    r191 r192  
    9393void config(HWND hwndParent)
    9494{
    95         MessageBox(hwndParent, "No configuration yet", "Configuration", MB_OK);
     95        MessageBoxA(hwndParent, "No configuration yet", "Configuration", MB_OK);
    9696}
    9797void about(HWND hwndParent)
    9898{
    99         MessageBox(hwndParent,"Musepack plugin for winamp\nAll bugs © Nicolas BOTTI", "Uh ?", MB_OK);
     99        MessageBoxA(hwndParent,"Musepack plugin for winamp\nAll bugs © Nicolas BOTTI", "Uh ?", MB_OK);
    100100}
    101101
Note: See TracChangeset for help on using the changeset viewer.