Bug 315563 - Convert the activex code to use the frozen string API, r=darin

git-svn-id: svn://10.0.0.236/trunk@184913 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net 2005-11-18 16:06:19 +00:00
parent e6270c3259
commit b5df301230

View File

@ -51,7 +51,7 @@
#ifndef MOZILLA_INTERNAL_API
#include "nsStringAPI.h"
#include "nsEmbedString.h"
typedef nsCString nsPromiseFlatCString;
typedef nsCString nsCAutoString;